Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle max RAM load more explicitly #100

Closed
wants to merge 1 commit into from

Conversation

chris-hld
Copy link

Spawns new processes as long as max_ram_load is not reached.
More consistent with max_cpu_load parameter.

For example, if 750GB am RAM are installed, and max_ram_load is specified as 500GB, it will only start a new instance if the currently available RAM is more than 250GB.

This makes it possible to run on large computing units, where we should leave a certain available RAM for others.

@chris-hld chris-hld changed the base branch from master to develop May 17, 2023 12:34
@f-brinkmann
Copy link
Contributor

closed in favor of #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants